Making next and previous button in html [on hold]

Posted by Andy on Programmers See other posts from Programmers or by Andy
Published on 2014-06-05T22:50:06Z Indexed on 2014/06/06 3:39 UTC
Read the original article Hit count: 291

Filed under:
|

I am new to html and javascript. My problem is that I have a list of items. An example of the list of item is :

request0
request1
request2
request3
request4

Now I need to make next and previous buttons to navigate through this list.

For example;

If I am currently at request1 and hit the next button request2 should shown. If I hit the previous button it should show resquest0.

This is my very first project in html and javascript. I have no ideas how to implement it.

© Programmers or respective owner

Related posts about JavaScript

Related posts about html